home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / mcl / compile.lisp < prev    next >
Encoding:
Text File  |  1994-09-27  |  364 b   |  9 lines  |  [TEXT/CCL2]

  1. ;;; compile.lisp -- compile all the Haskell sources
  2.  
  3. (load "Macintosh HD:haskell:com:mcl:mcl-setup.lisp")
  4. (setf *load-verbose* t)
  5. (setf *compile-verbose* t)
  6. (proclaim '(optimize (speed 3) (safety 0) (debug 1) (compilation-speed 0)))
  7. ;(proclaim '(optimize (speed 1) (safety 3) (debug 3) (compilation-speed 0)))
  8. (load "Macintosh HD:haskell:cl-support:cl-init.lisp")
  9.